home *** CD-ROM | disk | FTP | other *** search
/ 3D GFX / 3D GFX.iso / amiutils / i_l / imagefx_ascii / ascii.doc < prev    next >
Text File  |  1995-12-30  |  2KB  |  84 lines

  1. ASCII 1.1
  2.  
  3. ASCII saver ⌐ 1993 Paul Huxham
  4. ImageFX ⌐ 1992, 1993 Nova Design
  5.  
  6. ASCII is freely redistributable
  7.  
  8.  
  9. WHAT IS IT ?
  10.   An ImageFX saver module that converts the main image buffer into a series
  11. of ASCII characters that when printed in small print will look similar
  12. to the original image.
  13.  
  14.   There are 4 demo images in the demo drawer. 2 of them are larger than 80
  15. columns, so use a text editor or a small font shell to view them.
  16.  
  17.  
  18. INSTALLATION
  19.   Copy the ASCII module into ImageFX:modules/savers.
  20.   Load ImageFX.
  21.  
  22.  
  23. USING ASCII
  24.   Load an image into the main ImageFX buffer.
  25.  
  26.   Select Save and choose ASCII. You must use the 24 bit buffer save option.
  27.  
  28.     Choose a file - BE CAREFUL not to overwrite your original picture.
  29.  
  30.   You will be asked how many characters across you would like the image. The
  31. default value should fit the image 'on screen'.
  32.  
  33.   Next how many vertical characters make up the image. Aspect ratios are
  34. discussed below.
  35.  
  36.   Finally you are asked how many 'grey' levels the image should contain.
  37. This represents how many character values ASCII has to choose from when
  38. converting the grey scales in the image to actual characters.
  39.  
  40.   After a short time (on a '040 at least) the image should be completed.
  41.  
  42.     The top line of the generated file contains the actual width, height and
  43. number of grey levels so you can recreate the image.
  44.  
  45.  
  46. OPERATIONAL TIPS
  47.   Make the images twice as large as the default and use a font half as
  48. large as normal topaz 8 to view the images to increase the amount of
  49. information on screen.
  50.  
  51.   Convert the image to grey scale first and make sure there is an even
  52. spread of grey levels across the image.
  53.  
  54.   Crop the image to remove unwanted portions of the picture first and then
  55. convert to characters.
  56.  
  57.  
  58. ASPECT RATIOS
  59.   Heres a guide for some of the various display modes:
  60.  
  61. Lores &
  62. Hires Interlaced   Are already 1:1 so no adjustments are necessary.
  63.  
  64. Lores Interlaced   Either double the size horizontally or halve vertically.
  65. Hires              Either halve the size horizontally or double vertically.
  66.  
  67.  
  68. BUGS
  69.   At the moment, ASCII only looks at the RED portion of an image to save
  70. time whereas I should look at a greyscale representation of the RGB values.
  71. There are better algorithms around, I should convert one.
  72.  
  73.  
  74. CONTACT
  75.   The author can be contacted via email:
  76.  
  77. paulh@Perth.DIALix.oz.au
  78.  
  79. or via standard mail:
  80.  
  81. PO Box 875
  82. Morley, Perth
  83. Western Australia 6943
  84.